home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
DISK_UTL
/
SHOWMAN
/
ABOUT.DFM
/
ABOUT.txt
Wrap
Text File
|
1996-05-25
|
1KB
|
75 lines
object AboutBox: TAboutBox
Left = 243
Top = 108
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 209
ClientWidth = 298
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 161
BevelOuter = bvLowered
TabOrder = 0
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 65
Height = 57
IsControl = True
end
object ProductName: TLabel
Left = 88
Top = 16
Width = 68
Height = 13
Caption = 'Product Name'
IsControl = True
end
object Version: TLabel
Left = 88
Top = 40
Width = 35
Height = 13
Caption = 'Version'
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 80
Width = 44
Height = 13
Caption = 'Copyright'
IsControl = True
end
object Comments: TLabel
Left = 8
Top = 104
Width = 49
Height = 13
Caption = 'Comments'
IsControl = True
end
end
object OKButton: TButton
Left = 118
Top = 178
Width = 65
Height = 26
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
IsControl = True
end
end